home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / spazio / mi120.dir / 00092_Script_92 < prev    next >
Text File  |  1983-02-01  |  294b  |  17 lines

  1. on exitFrame
  2.   global gr
  3.   if gr=false then  at_hil 198,6,41
  4.   
  5.   if the mousecast=289 then
  6.     set the castnum of sprite 19 to 290
  7.     updatestage
  8.   end if
  9.   
  10.   if the mousecast=184 then
  11.     set the castnum of sprite 19 to 289
  12.     updatestage
  13.   end if
  14.   
  15.   go to the frame
  16. end
  17.